type runtime.lfnode
11 uses
runtime (current package)
lfstack.go#L25: func (head *lfstack) push(node *lfnode) {
lfstack.go#L61: func lfnodeValidate(node *lfnode) {
lfstack_64bit.go#L41: func lfstackPack(node *lfnode, cnt uintptr) uint64 {
lfstack_64bit.go#L48: func lfstackUnpack(val uint64) *lfnode {
lfstack_64bit.go#L52: return (*lfnode)(unsafe.Pointer(uintptr(int64(val) >> cntBits << 3)))
lfstack_64bit.go#L55: return (*lfnode)(unsafe.Pointer(uintptr((val >> aixCntBits << 3) | 0xa<<56)))
lfstack_64bit.go#L57: return (*lfnode)(unsafe.Pointer(uintptr(val >> cntBits << 3)))
mgc.go#L1162: node lfnode
mgcwork.go#L318: node lfnode // must be first
mspanset.go#L61: lfnode
runtime2.go#L895: type lfnode struct {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)